type vendor/golang.org/x/text/unicode/bidi.isolatingRunSequence
13 uses
vendor/golang.org/x/text/unicode/bidi (current package)
bracket.go#L75: func resolvePairedBrackets(s *isolatingRunSequence) {
core.go#L417: type isolatingRunSequence struct {
core.go#L428: func (i *isolatingRunSequence) Len() int { return len(i.indexes) }
core.go#L432: func (p *paragraph) isolatingRunSequence(indexes []int) *isolatingRunSequence {
core.go#L465: return &isolatingRunSequence{
core.go#L479: func (s *isolatingRunSequence) resolveWeakTypes() {
core.go#L599: func (s *isolatingRunSequence) resolveNeutralTypes() {
core.go#L665: func (s *isolatingRunSequence) resolveImplicitLevels() {
core.go#L698: func (s *isolatingRunSequence) applyLevelsAndTypes() {
core.go#L708: func (s *isolatingRunSequence) findRunLimit(index int, validSet ...Class) int {
core.go#L724: func (s *isolatingRunSequence) assertOnly(codes ...Class) {
core.go#L769: func (p *paragraph) determineIsolatingRunSequences() []*isolatingRunSequence {
core.go#L780: sequences := []*isolatingRunSequence{}
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |